Fix doc formatting
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Nov 2010 03:39:20 +0000 (22:39 -0500)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:35 +0000 (15:39 +0100)
gtk/gtkstylecontext.c

index 7081e18e0ab48a99a0ec8e6f28d792e1e1ddccf0..48429c706576c4dc940f2044cc322b0e9767ad4d 100644 (file)
@@ -72,7 +72,9 @@
  * <para>
  * For simple widgets where state changes affect the whole widget area,
  * calling gtk_style_context_notify_state_change() with a %NULL region
- * is sufficient.
+ * is sufficient to trigger the transition animation. And GTK+ already
+ * does that when gtk_widget_set_state() or gtk_widget_set_state_flags()
+ * are called.
  * </para>
  * <para>
  * If a widget needs to declare several animatable regions (i.e. not
  * special value, in this case, the whole widget area will be updated
  * by the animation.
  * </para>
- * <para>
  * </refsect2>
  * <refsect2 id="gtkstylecontext-custom-styling">
  * <title>Custom styling in UI libraries and applications</title>